Add a few missing includes
authorMatthias Clasen <mclasen@redhat.com>
Sun, 21 Jun 2020 22:03:39 +0000 (18:03 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 23 Jun 2020 11:55:53 +0000 (07:55 -0400)
These sources are using GtkListStore apis,
but were replying on indirect includes to
get the header. Make this explicit, to prepare
for GtkEntryCompletion losing its tree view
dependencies.

gtk/gtkappchooserbutton.c
gtk/gtkcomboboxtext.c
gtk/gtkmountoperation.c
gtk/inspector/recorder.c
gtk/inspector/statistics.c

index 86e4c9aeed7c450455fd5fba0349f5220c2fcbb5..96559596eeec72deebf8a00d13dc7b229262dec2 100644 (file)
@@ -61,6 +61,7 @@
 #include "gtkdialog.h"
 #include "gtkintl.h"
 #include "gtkmarshalers.h"
+#include "gtkliststore.h"
 
 enum {
   PROP_SHOW_DIALOG_ITEM = 1,
index ddb8be2853599e2ac74cc6e4df155a7399ddb813..9305562c6472ff8f6caf0be579a657ab4f2cb07b 100644 (file)
@@ -24,6 +24,7 @@
 #include "gtkcelllayout.h"
 #include "gtkbuildable.h"
 #include "gtkbuilderprivate.h"
+#include "gtkliststore.h"
 
 #include <string.h>
 
index c39ef85aac2371e1df5dd66840bf1660db457ac3..ae9e75a6dbfaa1e465cb4c635f37a7842baabc0c 100644 (file)
@@ -60,6 +60,7 @@
 #include "gtkshortcuttrigger.h"
 #include "gtkshortcutaction.h"
 #include "gtkshortcut.h"
+#include "gtkliststore.h"
 #include <glib/gprintf.h>
 
 /**
index 9b77699d01101a38a7689d618292aea13d8c9778..f48016162c4a0aaa2d8ca05926f931d671555bbd 100644 (file)
@@ -26,6 +26,7 @@
 #include <gtk/gtklabel.h>
 #include <gtk/gtklistbox.h>
 #include <gtk/gtklistview.h>
+#include <gtk/gtkliststore.h>
 #include <gtk/gtkmessagedialog.h>
 #include <gtk/gtkpicture.h>
 #include <gtk/gtkpopover.h>
index 3ca4cd163c3655db01dc972462615c06842f08b1..525f28df8d74c041a77d5ae9e23eb06eb8180bf0 100644 (file)
@@ -31,6 +31,7 @@
 #include "gtktreeview.h"
 #include "gtkeventcontrollerkey.h"
 #include "gtkmain.h"
+#include "gtkliststore.h"
 
 #include <glib/gi18n-lib.h>